home *** CD-ROM | disk | FTP | other *** search
/ Whiteline: Alpha / Whiteline Alpha.iso / linux / atari / source / source.lzh / atari-linux-0.01pl3 / lib / close.c < prev    next >
Encoding:
C/C++ Source or Header  |  1994-06-05  |  154 b   |  12 lines

  1. /*
  2.  *  linux/lib/close.c
  3.  *
  4.  *  Copyright (C) 1991, 1992  Linus Torvalds
  5.  */
  6.  
  7. #define __LIBRARY__
  8. #include <linux/unistd.h>
  9.  
  10. _syscall1(int,close,int,fd)
  11.  
  12.